home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue36 / mixin / TestForm.dfm / TestForm.txt
Encoding:
Text File  |  1998-04-27  |  1.1 KB  |  56 lines

  1. object frmTestForm: TfrmTestForm
  2.   Left = 212
  3.   Top = 135
  4.   Width = 331
  5.   Height = 207
  6.   Caption = 'Test Form'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   OnDestroy = FormDestroy
  13.   OnShow = FormShow
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object lblRowCount: TLabel
  17.     Left = 8
  18.     Top = 132
  19.     Width = 119
  20.     Height = 13
  21.     Caption = 'Row Count (0 to 20):'
  22.     Font.Charset = DEFAULT_CHARSET
  23.     Font.Color = clWindowText
  24.     Font.Height = -11
  25.     Font.Name = 'MS Sans Serif'
  26.     Font.Style = [fsBold]
  27.     ParentFont = False
  28.   end
  29.   object btnReInit: TButton
  30.     Left = 6
  31.     Top = 152
  32.     Width = 145
  33.     Height = 25
  34.     Caption = 'ReInitialize String Array'
  35.     TabOrder = 2
  36.     OnClick = btnReInitClick
  37.   end
  38.   object edtRowCount: TEdit
  39.     Left = 129
  40.     Top = 128
  41.     Width = 20
  42.     Height = 21
  43.     TabOrder = 1
  44.     Text = '12'
  45.   end
  46.   object btnConnect: TButton
  47.     Left = 6
  48.     Top = 101
  49.     Width = 145
  50.     Height = 25
  51.     Caption = 'Connect to String Array'
  52.     TabOrder = 0
  53.     OnClick = btnConnectClick
  54.   end
  55. end
  56.